chore(deps): Limit checkstyle to version 12.x to stay compatible with Java 17#4973
Merged
chore(deps): Limit checkstyle to version 12.x to stay compatible with Java 17#4973
Conversation
54d50f7 to
00532da
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
00532da to
8ece716
Compare
Contributor
|
Checkstyle 13+ requires Java 21. Since we want to stay compatible with Java 17, configure Renovate to only allow versions below 13. |
hzpz
approved these changes
Jan 16, 2026
Checkstyle 13+ requires Java 21. Configure Renovate to only allow versions below 13 to stay compatible with Java 17. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
8ece716 to
a40b0a8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
12.3.1→13.0.0Release Notes
checkstyle/checkstyle (com.puppycrawl.tools:checkstyle)
v13.0.0Checkstyle 13.0.0 - https://checkstyle.org/releasenotes.html#Release_13.0.0
Breaking backward compatibility:
#17430 - Use jdk21 as minimial required
Bug fixes:
#18409 - Remove duplicate violations in WhitespaceAfter and WhitespaceAround in sun_checks.xml
Other Changes:
jdk21: activate MissingNullCaseInSwitch for checkstyle project
Resolve Pitest Suppressions - imports
Conversion to Enhance Switch for AnnotationUseStyle Check Causing Jacoco Coverage Issue
Convert eligible classes to records
pitest: increase mutation coverage for indentation profile to 100%
Resolve Pitest Suppressions - filters
Fix xdocs Examples AST Consistency Test (Reduce suppressions list)
EmptyLineSeparator ignores configured tokens: reports violations for unlisted tokens and skips listed ones
Enforce file size on Java inputs
Store SARIF schema locally to avoid external network dependency
Update `JavadocCommentsTokenTypes.java` to new format of AST print
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.